AboutContact

Android out of memory: how to load large bitmap from url efficiently

In this tutorial you'll learn how to download and load large bitmap images from an url in an efficient way to avoid the android out of memory error. You'll see how to create a simple class that use the ExecutorService java ...
Read

Android listview: load data from json

You'll learn how to load data from URL in Android, how to define the Android ListView and how to use the JSON format in an Android ListView component. You'll see how to download data from URL in an asynchronous way using a Thread, how to extract the data from ...
Read
AboutContactPrivacy